home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global chica, modo, fotoActual
- puppetSound(0)
- set the visible of sprite 2 to 0
- set modo to "manual"
- set num to charToNum(chica) - 64
- set listaChicas to ["juliachannel", "mameyong", "lolita", "nikki", "blondie", "karina"]
- set castAImportar to getAt(listaChicas, num)
- set the fileName of castLib "fotos" to castAImportar
- set fotoActual to 1
- set the visible of sprite 8 to 0
- repeat with x = 20 to 26
- set the visible of sprite x to 0
- end repeat
- end
-
- on idle
- global modo, fotoActual
- if (the timer > 120) and (modo = "auto") then
- if fotoActual = the number of castMembers of castLib "fotos" then
- set fotoActual to 1
- else
- set fotoActual to fotoActual + 1
- end if
- startTimer()
- end if
- if not soundBusy(1) then
- puppetSound("photobook")
- end if
- end
-
- on prepareMovie
- global idioma
- if idioma = "french" then
- set the fileName of castLib "idiomas" to the pathName & "french.cst"
- else
- if idioma = "deutch" then
- set the fileName of castLib "idiomas" to the pathName & "deutch.cst"
- else
- set the fileName of castLib "idiomas" to the pathName & "english.cst"
- end if
- end if
- end
-